SsService 
Logical Entity Name  SsService 
Default Table Name  SsService 
Physical Only  NO 
Definition 
 
Note 
 

SsService Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SsServiceID(PK)    int  NO 
 
Code    char(8)  NO 
 
Descrip    varchar(120)  NO 
 
SyCampusGrpID(FK)    int  YES 
 
SsServiceCategoryID(FK)    int  NO 
 
SsBillingMethodID(FK)    int  YES 
 
IncludeInRegBill    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 
SsStudentServiceAssociationID(FK)    int  YES 
 

SsService Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SsService_SsServiceID  PrimaryKey  SsServiceID 

SsService Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SsBillingMethod  Non-Identifying  Zero or One to Zero or More  FK_SsService_SsBillingMethodID_SsBillingMethod_SsBillingMethodID      SsBillingMethodID  NO  YES 
SsServiceCategory  Non-Identifying  One To Zero or More  FK_SsService_SsServiceCategoryID_SsServiceCategory_SsServiceCategoryID      SsServiceCategoryID  NO  YES 
SsStudentServiceAssociation  Non-Identifying  Zero or One to Zero or More  FK_SsService_SsStudentServiceAssociationID_SsStudentServiceAssociation_SsStudentServiceAssociationIDID      SsStudentServiceAssociationID  NO  YES 
SyCampusGrp  Non-Identifying  Zero or One to Zero or More  FK_SsService_SyCampusGrpID_SyCampusGrp_SyCampusGrpID      SyCampusGrpID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SsService_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SsStudentServiceAssociation  Non-Identifying  One To Zero or More  FK_SsStudentServiceAssociation_SsServiceID_SsService_SsServiceID        NO  YES 
SsStudentServiceCustomField  Non-Identifying  One To Zero or More  FK_SsStudentServiceCustomField_SsServiceID_SsService_SsServiceID        NO  YES 

SsService Check Constraints 
Check Constraint Name  CheckConstraint